projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
43cf7dc
805b026
)
auto merge of #799 : alexcrichton/cargo/moar-parallel, r=brson
author
bors
<bors@rust-lang.org>
Thu, 6 Nov 2014 00:02:30 +0000
(
00:02
+0000)
committer
bors
<bors@rust-lang.org>
Thu, 6 Nov 2014 00:02:30 +0000
(
00:02
+0000)
When building unit tests for a library, we don't need the library itself to be
built beforehand, so the two can be built in parallel. If the crate takes awhile
to compile, this shows some excellent wall-time speedups.
Trivial merge